home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / basic / vbmake.exe / VBD.INI < prev   
Text File  |  1993-05-05  |  648b  |  20 lines

  1. #  ********* this is the MM initialisation file for VBDOS **************
  2.  
  3. Compile = D:\VBDOS\BIN\bc.exe
  4. Link    = D:\VBDOS\bin\link.exe
  5.  
  6. CompFlags=/O /G2 /FPi /T /C:512
  7. LinkFlags=/EX /NOE 
  8.  
  9. Lib= \bc7\vbdcl10e.lib
  10. Lib= \bc7\vbim2.lib 
  11. Lib=;                  # don't ask the user for any more libraries
  12.  
  13. # if a file name containing .STB is found it will be replaced by
  14. # one with .BAS or .FRM, depending on which one is to be found
  15. # Case insensitive.
  16. REPLACE =.STB/.BAS,.FRM
  17.  
  18. CheckIncludes= True            # INCLUDEd files ARE put into dependencies list.
  19. ObjDir       = C:\BC7\vbobj    # Keep all our OBJ files in this directory
  20.